const runtime.funcID_asyncPreempt

3 uses

	runtime (current package)
		mgcmark.go#L901: 	isAsyncPreempt := frame.fn.valid() && frame.fn.funcID == funcID_asyncPreempt
		symtab.go#L347: 	funcID_asyncPreempt
		traceback.go#L473: 		injectedCall := waspanic || f.funcID == funcID_asyncPreempt || f.funcID == funcID_debugCallV2